cursor: not-allowed is not working with pointe events none in css

69

.pointer-events-none {
    pointer-events: none;
}

.wrapper {
    cursor: not-allowed;
}

Comments

Submit
0 Comments